summaryrefslogtreecommitdiff
path: root/tests/fsck-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fsck-tests.sh')
-rwxr-xr-xtests/fsck-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fsck-tests.sh b/tests/fsck-tests.sh
index b910e851..2aab4ff2 100755
--- a/tests/fsck-tests.sh
+++ b/tests/fsck-tests.sh
@@ -32,7 +32,7 @@ run_one_test() {
local testname
testname="$1"
- echo " [TEST] $(basename $testname)"
+ echo " [TEST/fsck] $(basename $testname)"
cd $testname
echo "=== Entering $testname" >> $RESULTS
if [ -x test.sh ]; then