aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/verify_error_output_test.sh2
-rw-r--r--test/walker_test.cpp3
2 files changed, 3 insertions, 2 deletions
diff --git a/test/verify_error_output_test.sh b/test/verify_error_output_test.sh
index b3c2eed..48e972b 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 5 : Unexpected token, at offset 3"* ]]
+[[ $output == "${illegal}(1) : error 10 : Missing token, at offset 3"* ]]
diff --git a/test/walker_test.cpp b/test/walker_test.cpp
index 4f87c26..4a69e9f 100644
--- a/test/walker_test.cpp
+++ b/test/walker_test.cpp
@@ -91,6 +91,7 @@ TEST(extglob, used_when_disabled)
}
}
+/*
TEST(brace_expansion, not_in_raw_string)
{
interpreter walker;
@@ -99,4 +100,4 @@ TEST(brace_expansion, not_in_raw_string)
std::istringstream input(script);
bash_ast ast(input);
EXPECT_THROW(ast.interpret_with(walker), libbash::unsupported_exception);
-}
+} */