summaryrefslogtreecommitdiff
path: root/FS-Test/bin/freeside-test-run
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-06 19:38:41 -0700
committerMark Wells <mark@freeside.biz>2015-08-06 19:38:41 -0700
commitca36c08592ef9e91641d2a6e1d2c40c2314692d9 (patch)
tree4c7b4924e8a7b3791dd83ef09e20c73ce1703dbf /FS-Test/bin/freeside-test-run
parenta2c11a9d32cdeb406f08e0a5df3ff1f70e56e9c7 (diff)
update tests
Diffstat (limited to 'FS-Test/bin/freeside-test-run')
-rw-r--r--FS-Test/bin/freeside-test-run2
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