summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-08-06 14:33:13 -0400
committerTheodore Ts'o <tytso@mit.edu>2006-08-06 14:33:13 -0400
commite54635de96a4bea38c7e4e10ae4e6ccbe9472663 (patch)
treee2258e22a2c6e8971e3c7d5cb1aeb3c6a722ce84 /tests/Makefile.in
parenta62e3f0378d2a9b861fc4809a810980c1c3bde35 (diff)
downloade2fsprogs-e54635de96a4bea38c7e4e10ae4e6ccbe9472663.tar.gz
If diff -u is supported, use it to report test failures.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index c82698d0..43acc785 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -19,6 +19,7 @@ test_script: test_script.in Makefile
@HTREE_CMT@ @echo "HTREE=y" >> test_script
@echo 'EGREP="@EGREP@"' >> test_script
@echo "SRCDIR=@srcdir@" >> test_script
+ @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_script
@cat $(srcdir)/test_script.in >> test_script
@chmod +x test_script