diff options
Diffstat (limited to 't/chainlint/sqstring-in-sqstring.expect')
-rw-r--r-- | t/chainlint/sqstring-in-sqstring.expect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/sqstring-in-sqstring.expect b/t/chainlint/sqstring-in-sqstring.expect new file mode 100644 index 0000000000..ba5d3c3a6d --- /dev/null +++ b/t/chainlint/sqstring-in-sqstring.expect @@ -0,0 +1,4 @@ +2 perl -e ' +3 defined($_ = -s $_) or die for @ARGV; +4 exit 1 if $ARGV[0] <= $ARGV[1]; +5 ' test-2-$packname_2.pack test-3-$packname_3.pack |