blob: 67896562330cc5b1df57bb406eda601b635eb8e2 [file] [log] [blame]
Theodore Ts'oa418d3a1997-04-26 14:00:26 +00001#
2# Test configuration
3#
4
Theodore Ts'o0cbd1722006-05-28 23:41:23 -04005unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
Theodore Ts'ocfe7ba42005-08-08 19:29:15 -05006FSCK="$USE_VALGRIND ../e2fsck/e2fsck"
7MKE2FS="$USE_VALGRIND ../misc/mke2fs"
8DUMPE2FS="$USE_VALGRIND ../misc/dumpe2fs"
9TUNE2FS="$USE_VALGRIND ../misc/tune2fs"
10CHATTR="$USE_VALGRIND../misc/chattr"
11LSATTR="$USE_VALGRIND ../misc/lsattr"
JP Abgralle0ed7402014-03-19 19:08:39 -070012E2IMAGE="$USE_VALGRIND ../misc/e2image"
13E2IMAGE_EXE="../misc/e2image"
Theodore Ts'ocfe7ba42005-08-08 19:29:15 -050014DEBUGFS="$USE_VALGRIND ../debugfs/debugfs"
JP Abgralle0ed7402014-03-19 19:08:39 -070015DEBUGFS_EXE="../debugfs/debugfs"
Theodore Ts'ocfe7ba42005-08-08 19:29:15 -050016TEST_BITS="../debugfs/debugfs"
17RESIZE2FS_EXE="../resize/resize2fs"
18RESIZE2FS="$USE_VALGRIND $RESIZE2FS_EXE"
Theodore Ts'o123b8802008-06-07 22:30:22 -040019E2UNDO_EXE="../misc/e2undo"
Theodore Ts'o19c78dc1997-04-29 16:17:09 +000020TEST_REL=../tests/progs/test_rel
Theodore Ts'o521e3681997-04-29 17:48:10 +000021TEST_ICOUNT=../tests/progs/test_icount
JP Abgralle0ed7402014-03-19 19:08:39 -070022CRCSUM=../tests/progs/crcsum
Theodore Ts'oa418d3a1997-04-26 14:00:26 +000023LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
Theodore Ts'o44b0ec12003-04-19 14:22:19 -040024DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
Theodore Ts'oa418d3a1997-04-26 14:00:26 +000025export LD_LIBRARY_PATH
Theodore Ts'o44b0ec12003-04-19 14:22:19 -040026export DYLD_LIBRARY_PATH
Theodore Ts'o0eeec8a2008-09-12 09:10:39 -040027TZ=GMT0
Theodore Ts'oa418d3a1997-04-26 14:00:26 +000028export TZ
Theodore Ts'o6c9cc582007-06-30 18:41:31 -040029LC_ALL=C
30export LC_ALL
Theodore Ts'o5dd2a6e2005-12-31 16:21:00 -050031E2FSCK_CONFIG=/dev/null
32export E2FSCK_CONFIG
Theodore Ts'o3d438362008-02-19 08:32:58 -050033MKE2FS_CONFIG=./mke2fs.conf
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -050034export MKE2FS_CONFIG
JP Abgralle0ed7402014-03-19 19:08:39 -070035E2FSPROGS_SKIP_PROGRESS=yes
36export E2FSPROGS_SKIP_PROGRESS
37EXT2FS_NO_MTAB_OK=yes
38export EXT2FS_NO_MTAB_OK