diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-12-24 01:47:50 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-12-24 01:47:50 -0500 |
commit | f90c9919b488d08bb59363a94fd1a0d57d61775f (patch) | |
tree | 845830ac123795b8dc29f3b0935462f93a084b00 /tests/test_config | |
parent | c3ffaf833b7ddb3c1d422c71f59e1623029ede0c (diff) | |
download | e2fsprogs-f90c9919b488d08bb59363a94fd1a0d57d61775f.tar.gz |
Add two new tests, f_resize_inode, and r_resize_inode, to the regression
test suite, which tests e2fsck and reszizefs2, respecitvely.
Diffstat (limited to 'tests/test_config')
-rw-r--r-- | tests/test_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config b/tests/test_config index fdc9f7b2..6ee2cc29 100644 --- a/tests/test_config +++ b/tests/test_config @@ -9,6 +9,7 @@ TUNE2FS=../misc/tune2fs CHATTR=../misc/chattr LSATTR=../misc/lsattr DEBUGFS=../debugfs/debugfs +RESIZE2FS=../resize/resize2fs TEST_REL=../tests/progs/test_rel TEST_ICOUNT=../tests/progs/test_icount LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss |