diff options
Diffstat (limited to 'tests/run-test')
-rw-r--r-- | tests/run-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-test b/tests/run-test index 645693f..32fbde7 100644 --- a/tests/run-test +++ b/tests/run-test @@ -1,2 +1,2 @@ -${THIS_SH} ./test-tests >/tmp/xx 2>&1 +${THIS_SH} ./test.tests >/tmp/xx 2>&1 diff /tmp/xx test.right && rm -f /tmp/xx |