diff options
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/runner/cleanup.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript index 03153e4..4638982 100644 --- a/tests/test/script/runner/cleanup.testscript +++ b/tests/test/script/runner/cleanup.testscript @@ -75,7 +75,7 @@ b += --no-column : Test cleanup of a directory as a file. : $c <'$* -d a &a' && $b 2>>/~%EOE% != 0 - %error: unable to remove file test/1/a: .+% + %testscript:1: error: unable to remove file test/1/a: .+% info: test id: 1 EOE } @@ -161,7 +161,7 @@ b += --no-column : Test cleanup of a file as a directory. : $c <'$* -f a &a/' && $b 2>>/~%EOE% != 0 - %error: unable to remove directory test/1/a/: .+% + %testscript:1: error: unable to remove directory test/1/a/: .+% info: test id: 1 EOE } @@ -240,7 +240,7 @@ b += --no-column : Test cleanup of a file as a wildcard. : $c <'$* -f a &a/***' && $b 2>>/~%EOE% != 0 - %error: unable to remove directory test/1/a/: .*% + %testscript:1: error: unable to remove directory test/1/a/: .*% info: test id: 1 EOE } |