Skip to content

Commit 6420c7d

Browse files
committed
t: tabify file consistently
Problem: The whitespace in t2816-fsck-cmd.t was inconsistent. Use tabs throughout file when warranted.
1 parent fd5c6d2 commit 6420c7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t2816-fsck-cmd.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ test_expect_success 'unload kvs' '
4141
'
4242
test_expect_success 'flux-fsck works' '
4343
flux fsck 2> simple.out &&
44-
grep "Checking integrity" simple.out &&
45-
grep "Total errors: 0" simple.out
44+
grep "Checking integrity" simple.out &&
45+
grep "Total errors: 0" simple.out
4646
'
4747
test_expect_success 'flux-fsck verbose works' '
4848
flux fsck --verbose 2> verbose.out &&
@@ -68,7 +68,7 @@ test_expect_success 'flux-fsck detects errors' '
6868
count=$(cat fsckerrors1.out | wc -l) &&
6969
test $count -eq 3 &&
7070
grep "dir\.b" fsckerrors1.out | grep "missing blobref" &&
71-
grep "Total errors: 1" fsckerrors1.out
71+
grep "Total errors: 1" fsckerrors1.out
7272
'
7373
test_expect_success 'flux-fsck no output with --quiet' '
7474
test_must_fail flux fsck --quiet 2> fsckerrors2.out &&
@@ -92,7 +92,7 @@ test_expect_success 'flux-fsck detects errors' '
9292
test $count -eq 4 &&
9393
grep "dir\.b" fsckerrors3.out | grep "missing blobref" &&
9494
grep "dir\.c" fsckerrors3.out | grep "missing blobref" &&
95-
grep "Total errors: 2" fsckerrors3.out
95+
grep "Total errors: 2" fsckerrors3.out
9696
'
9797
test_expect_success 'flux-fsck no output with --quiet' '
9898
test_must_fail flux fsck --quiet 2> fsckerrors4.out &&

0 commit comments

Comments
 (0)