From 0ff39fd77b3127c7a250e7f817e34dfaecbcc208 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 20 Nov 2020 22:07:37 +0300 Subject: Add support for buildscript depdb preamble --- tests/test/script/runner/cleanup.testscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test') 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 } -- cgit v1.1