e2fsprogs/tests/test_config

25 lines
546 B
Plaintext
Raw Normal View History

1997-04-26 18:00:26 +04:00
#
# Test configuration
#
FSCK=../e2fsck/e2fsck
1997-04-29 19:29:49 +04:00
MKE2FS=../misc/mke2fs
DUMPE2FS=../misc/dumpe2fs
TUNE2FS=../misc/tune2fs
CHATTR=../misc/chattr
LSATTR=../misc/lsattr
1997-04-29 18:53:37 +04:00
DEBUGFS=../debugfs/debugfs
RESIZE2FS=../resize/resize2fs
1997-04-29 20:17:09 +04:00
TEST_REL=../tests/progs/test_rel
1997-04-29 21:48:10 +04:00
TEST_ICOUNT=../tests/progs/test_icount
1997-04-26 18:00:26 +04:00
LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
1997-04-29 19:29:49 +04:00
TMPFILE=./test.img
1997-04-26 18:00:26 +04:00
export LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH
1997-04-26 18:00:26 +04:00
TZ=GMT
export TZ
1997-04-29 21:48:10 +04:00
LANG=C
export LANG
1997-04-29 18:53:37 +04:00
unset PAGER