diff options
Diffstat (limited to 't/chainlint/sqstring-in-sqstring.test')
-rw-r--r-- | t/chainlint/sqstring-in-sqstring.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/chainlint/sqstring-in-sqstring.test b/t/chainlint/sqstring-in-sqstring.test new file mode 100644 index 0000000000..24169724a5 --- /dev/null +++ b/t/chainlint/sqstring-in-sqstring.test @@ -0,0 +1,7 @@ +test_expect_success 'sqstring-in-sqstring' ' +# LINT: SQ-string Perl code fragment within SQ-string +perl -e '\'' + defined($_ = -s $_) or die for @ARGV; + exit 1 if $ARGV[0] <= $ARGV[1]; +'\'' test-2-$packname_2.pack test-3-$packname_3.pack +' |