diff options
Diffstat (limited to 'test/ostep-strings.test')
-rwxr-xr-x | test/ostep-strings.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ostep-strings.test b/test/ostep-strings.test index 5b0a098..e3441a3 100755 --- a/test/ostep-strings.test +++ b/test/ostep-strings.test @@ -13,8 +13,8 @@ fi export PLIST_OSTEP_DEBUG=1 echo "Converting" -$top_builddir/test/plist_otest $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out +$top_builddir/test/plist_otest $DATASRC/$TESTFILE $DATAOUT/ostep-strings.test.out echo "Comparing" export PLIST_OSTEP_DEBUG=1 -$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out +$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/ostep-strings.test.out |