diff options
Diffstat (limited to 'test-suite/check')
| -rwxr-xr-x | test-suite/check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/check b/test-suite/check index b8577dee48..dd51c1e76c 100755 --- a/test-suite/check +++ b/test-suite/check @@ -198,7 +198,7 @@ test_bugs () { # At last, we test closed bugs that should fail - files=`/bin/ls -1 $1/bugs/closed/shouldfail/*.v 2> /dev/null` + files=`/bin/ls -1 $1/closed/shouldfail/*.v 2> /dev/null` for f in $files; do nbtests=`expr $nbtests + 1` printf " "$f"..." @@ -207,7 +207,7 @@ test_bugs () { echo "Ok" nbtestsok=`expr $nbtestsok + 1` else - echo "Error! (bug seems to be opend, please check)" + echo "Error! (bug seems to be opened, please check)" fi done |
