aboutsummaryrefslogtreecommitdiffstats
path: root/tests/f_uninit_last_uninit
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-03-19 19:08:39 -0700
committerJP Abgrall <jpa@google.com>2014-03-19 19:08:39 -0700
commite0ed7404719a9ddd2ba427a80db5365c8bad18c0 (patch)
tree115ce4b0113994aa23ea22ae0c3ba7587b2eaeb3 /tests/f_uninit_last_uninit
parent893d0a0f84a0a9dc7cc37507f974f6a695af465f (diff)
downloadandroid_external_e2fsprogs-e0ed7404719a9ddd2ba427a80db5365c8bad18c0.tar.gz
android_external_e2fsprogs-e0ed7404719a9ddd2ba427a80db5365c8bad18c0.tar.bz2
android_external_e2fsprogs-e0ed7404719a9ddd2ba427a80db5365c8bad18c0.zip
Switch back to 1.42.9 now that there is a fix
Revert "Revert changes that moved from 1.41.14 to 1.42.9" This reverts commit 65f0aab98b20b5994a726ab90d355248bcddfffd.
Diffstat (limited to 'tests/f_uninit_last_uninit')
-rw-r--r--tests/f_uninit_last_uninit/script6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/f_uninit_last_uninit/script b/tests/f_uninit_last_uninit/script
index 87003292..2fe4f3a0 100644
--- a/tests/f_uninit_last_uninit/script
+++ b/tests/f_uninit_last_uninit/script
@@ -1,3 +1,5 @@
+if test -x $DEBUGFS_EXE; then
+
SKIP_GUNZIP="true"
touch $TMPFILE
@@ -18,3 +20,7 @@ export E2FSCK_TIME
. $cmd_dir/run_e2fsck
unset E2FSCK_TIME
+
+else #if test -x $DEBUGFS_EXE; then
+ echo "$test_name: $test_description: skipped"
+fi