summaryrefslogtreecommitdiff
path: root/tests/test_config
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-08-25 18:04:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-08-25 18:04:42 -0400
commitd9eab8e2f080bd21d6fbea4c924a6388a4811f5c (patch)
tree90b3dc74d02a0ddddb4998beaa696ac9794a3c94 /tests/test_config
parent4348709c5c1daebb1ad2307dbd37f3d04104634e (diff)
downloade2fsprogs-d9eab8e2f080bd21d6fbea4c924a6388a4811f5c.tar.gz
tests/d_inline_dump: remove version dependency in the expected output
Also add the convenience macro $CLEAN_OUTPUT in test_config which can be used to run the "sed -e $cmd_dir/filter.sed" command to clean up e2fsprogs command output before comparing with the expected golden output. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tests/test_config')
-rw-r--r--tests/test_config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config b/tests/test_config
index 1872e5c8..50e987e7 100644
--- a/tests/test_config
+++ b/tests/test_config
@@ -20,6 +20,7 @@ E2UNDO_EXE="../misc/e2undo"
TEST_REL=../tests/progs/test_rel
TEST_ICOUNT=../tests/progs/test_icount
CRCSUM=../tests/progs/crcsum
+CLEAN_OUTPUT="sed -f $cmd_dir/filter.sed"
LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
export LD_LIBRARY_PATH