Permalink
Browse files

Make a new gold/ dir for gold tests.

  • Loading branch information...
Andy Chu
Andy Chu committed Sep 6, 2017
1 parent 16ca906 commit 42e9dec4ab8c3273e92a928fe9d0e92ddbbb0c65
Showing with 3 additions and 3 deletions.
  1. 0 spec/03-glob.sh → gold/glob.sh
  2. +3 −3 test/gold.sh
File renamed without changes.
View
@@ -88,8 +88,8 @@ startup-benchmark() {
_compare benchmarks/startup.sh compare-strace
}
03-glob() {
_compare spec/03-glob.sh
glob() {
_compare gold/glob.sh
}
all() {
@@ -102,7 +102,7 @@ all() {
gen-module-init
wild
startup-benchmark
03-glob
glob
}
"$@"

0 comments on commit 42e9dec

Please sign in to comment.