Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / posix2.tests
index a186e78..d0fb46c 100644 (file)
@@ -146,7 +146,7 @@ fi
 newtest
 SQUOTE="'"
 val1=$(set | sed -n 's:^SQUOTE=::p')
-if [ "$val1" != "''\\'''" ]; then
+if [ "$val1" != "\'" ]; then
         testfail "variable quoting 1"
 fi