aboutsummaryrefslogtreecommitdiff
path: root/tests/f_h_badroot/script
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-03-06 13:50:20 -0800
committerJP Abgrall <jpa@google.com>2014-03-06 13:50:20 -0800
commit65f0aab98b20b5994a726ab90d355248bcddfffd (patch)
tree2b7c0cf831d8255e3b0d1bab367609100a7e0f18 /tests/f_h_badroot/script
parent66b7b06812cc7ae835e0c0ed2656d1a27580c5ed (diff)
downloade2fsprogs-65f0aab98b20b5994a726ab90d355248bcddfffd.tar.gz
Revert changes that moved from 1.41.14 to 1.42.9
Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H" commit e80e74c41d85ff93f3d212ba6512340f48054a93. Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master" This reverts commit e97b2b6fc82f840e84dfc631b87f21be44ff2421, reversing changes made to 7e2fb9d09c245eba70ee008b78007315e9c0f1df. Revert "Prepare for upstream 1.42.9" This reverts commit 7e2fb9d09c245eba70ee008b78007315e9c0f1df. Bug: 13340735 Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8 Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'tests/f_h_badroot/script')
-rw-r--r--tests/f_h_badroot/script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/f_h_badroot/script b/tests/f_h_badroot/script
index e5fc6b2b..9eec0840 100644
--- a/tests/f_h_badroot/script
+++ b/tests/f_h_badroot/script
@@ -1,5 +1,6 @@
if test "$HTREE"x = yx ; then
. $cmd_dir/run_e2fsck
else
- echo "$test_name: $test_description: skipped"
+ rm -f $test_name.ok $test_name.failed
+ echo "skipped"
fi