From 6e5eeba5731c1b471c9aed013ecc8d51d11c81b4 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 25 Oct 1997 22:43:58 +0000 Subject: [PATCH] ChangeLog, script: Add scripts to skip the e_brel_bma and e_irel_ima tests (since they have been removed from the library for now) --- tests/ChangeLog | 5 +++++ tests/e_brel_bma/script | 2 ++ tests/e_irel_ima/script | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 tests/e_brel_bma/script create mode 100644 tests/e_irel_ima/script diff --git a/tests/ChangeLog b/tests/ChangeLog index 0543a9d..1024e61 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 25 18:38:56 1997 Theodore Ts'o + + * Add scripts to skip the e_brel_bma and e_irel_ima tests (since + they have been removed from the library for now) + Thu Aug 14 11:25:23 1997 Theodore Ts'o * f_badinode: Modify test to check for "bad" character and block diff --git a/tests/e_brel_bma/script b/tests/e_brel_bma/script new file mode 100644 index 0000000..c046675 --- /dev/null +++ b/tests/e_brel_bma/script @@ -0,0 +1,2 @@ +rm -f $test_name.ok $test_name.failed +echo "skipped" diff --git a/tests/e_irel_ima/script b/tests/e_irel_ima/script new file mode 100644 index 0000000..c046675 --- /dev/null +++ b/tests/e_irel_ima/script @@ -0,0 +1,2 @@ +rm -f $test_name.ok $test_name.failed +echo "skipped" -- 1.8.3.1