summaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 06a8062..5c46f8b 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -2,7 +2,7 @@
fail="none"
-for i in test-* ; do
+for i in bin/test-* ; do
if [[ "$i" != *.* ]] ; then
if ./"$i" >"$i.stdout.log" 2>"$i.stderr.log" ; then
echo -ne '[\e[0;32mPASS\e[0m]'