diff options
| author | Mark Wells <mark@freeside.biz> | 2015-08-06 23:15:26 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-08-06 23:15:26 -0700 |
| commit | 3e2c2ad8aff1bd361ca07495b2255538c8231079 (patch) | |
| tree | 9a398e455a7767372588077470685d25ef8d82b3 /FS-Test/bin/freeside-test-run | |
| parent | 3d8d713877e0cdc91fd413539510b5a457f264bb (diff) | |
update tests to keep in sync with v4
Diffstat (limited to 'FS-Test/bin/freeside-test-run')
| -rw-r--r-- | FS-Test/bin/freeside-test-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS-Test/bin/freeside-test-run b/FS-Test/bin/freeside-test-run index e709641c1..add1e9b25 100644 --- a/FS-Test/bin/freeside-test-run +++ b/FS-Test/bin/freeside-test-run @@ -14,6 +14,6 @@ freeside-test-stop || true diffname=freeside-test.`date +%Y%m%d`.diff echo "Writing diff to $diffname." -diff -urb "$tempdir" "$sharedir/output" > $diffname +diff -urb "$sharedir/output" "$tempdir" > $diffname diffstat -C $diffname |
