diff options
Diffstat (limited to 't/dejagnu7.sh')
-rwxr-xr-x | t/dejagnu7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dejagnu7.sh b/t/dejagnu7.sh index d34931b7f..17e5a1864 100755 --- a/t/dejagnu7.sh +++ b/t/dejagnu7.sh @@ -18,7 +18,7 @@ # (to detect TCL errors) on a file with TCL errors. required=runtest -. ./defs || exit 1 +. test-init.sh runtest --help | grep '.*--status' \ || skip_ "dejagnu lacks support for '--status'" |