diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 16:32:28 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 16:32:28 -0400 |
commit | a91b3f36dd48aabfacedb3c092fd88235b030d9c (patch) | |
tree | f3d36ca5a8ab5fdb3ae09a7010abec26647fe0b6 /lib/ss | |
parent | 60dc00b28565ee09d1c93845237240f7d17ca075 (diff) | |
parent | b4d15df9e2943eecc27e3281a002144b7e4f30c8 (diff) | |
download | android_external_e2fsprogs-a91b3f36dd48aabfacedb3c092fd88235b030d9c.tar.gz android_external_e2fsprogs-a91b3f36dd48aabfacedb3c092fd88235b030d9c.tar.bz2 android_external_e2fsprogs-a91b3f36dd48aabfacedb3c092fd88235b030d9c.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ss')
-rw-r--r-- | lib/ss/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index 23b5f604..8973fc99 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -170,7 +170,7 @@ test_ss: test_ss.o test_cmd.o $(LIBSS) $(LIBCOM_ERR) check:: all test_ss @echo " RUN TEST test_ss" - @(LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_ss -f $(srcdir)/test_script >& test_out; exit 0) + @(LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_ss -f $(srcdir)/test_script > test_out 2>&1; exit 0) @if ! diff test_out $(srcdir)/test_script_expected > test.diff; then \ echo "Regression test for ss library failed!"; exit 1 ; fi |