Whamcloud - gitweb
e2fsck: fix ".." more gracefully if possible
[tools/e2fsprogs.git] / tests / scripts / repair-test
1 #!/bin/sh
2 for T in "$*"; do
3         [ -f "$T.failed" -a -d "$T" ] ||
4                 { echo "usage: $0 <test_to_repair>"; exit 1; }
5
6         cp $T.1.log $T/expect.1
7         cp $T.2.log $T/expect.2
8         ./test_one $T
9 done