diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-06-16 15:08:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-06-16 15:08:00 -0400 |
commit | d82f890355274ee7ede4ed0465b0d232da78d03c (patch) | |
tree | 1fd696eddb99a427627fe7463499b82752c5393c /tests/defaults | |
parent | d7febfa7cccf21f4f991bcea6174a11b3cf564c9 (diff) | |
download | e2fsprogs-d82f890355274ee7ede4ed0465b0d232da78d03c.tar.gz |
defaults/e_script, run_e2fsck, d_loaddump, f_resize_inode,
f_swapfs, f_move_itable, f_resize_inode, test_config:
Allow the diff options to be set in test_config so that
diff -u can be used on platforms that have it. (To be
done: checking whether diff can support -u in the
configure script.)
Diffstat (limited to 'tests/defaults')
-rw-r--r-- | tests/defaults/e_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/defaults/e_script b/tests/defaults/e_script index 3318ae71..b9150ba7 100644 --- a/tests/defaults/e_script +++ b/tests/defaults/e_script @@ -41,7 +41,7 @@ if [ "$status" = 0 ] ; then touch $test_name.ok else echo "failed" - diff -c $EXPECT $OUT > $test_name.failed + diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed fi unset EXPECT OUT class instance |