aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2011-06-18 12:59:17 +0300
committerPetteri Räty <petsku@petteriraty.eu>2011-06-18 12:59:17 +0300
commit7fee8a51ec0138f61ce1632747753510f3cd4a17 (patch)
tree2c86783f41e595d59b0c4178c67ba167e5c4a20e /test
parentWalker: Fix variable indirection in arithmetic (diff)
downloadlibbash-7fee8a51ec0138f61ce1632747753510f3cd4a17.tar.gz
libbash-7fee8a51ec0138f61ce1632747753510f3cd4a17.tar.bz2
libbash-7fee8a51ec0138f61ce1632747753510f3cd4a17.zip
Test: verify_error_output_test.sh improvement
The file now needs to be changes less often as it doesn't depend on exact line numbers any more. This should make it easier to merge branches.
Diffstat (limited to 'test')
-rwxr-xr-xtest/verify_error_output_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_error_output_test.sh b/test/verify_error_output_test.sh
index f8a2a7b..4bb0465 100755
--- a/test/verify_error_output_test.sh
+++ b/test/verify_error_output_test.sh
@@ -2,4 +2,4 @@
illegal="${srcdir}/scripts/illegal_script.sh"
output=$(./variable_printer "$illegal" 2>&1)
-[[ $output == "${illegal}(1) : error 3 : 131:1: command_atom : ( compound_command | function | simple_command );, at offset 3"* ]]
+[[ $output == "${illegal}(1) : error 3 : "???":1: command_atom : ( compound_command | function | simple_command );, at offset 3"* ]]