]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Revert "xfstests 273: fix a typo"
authorRich Johnston <rjohnston@sgi.com>
Thu, 7 Mar 2013 15:21:30 +0000 (09:21 -0600)
committerRich Johnston <rjohnston@sgi.com>
Thu, 7 Mar 2013 15:21:30 +0000 (09:21 -0600)
This reverts commit 0c5e67e46e476b70290033efc7feb784f7ecbab1.
Will re-apply the correct patch.

273

diff --git a/273 b/273
index 2bb15ae1166cd588697c506f9d4a9fe7c48559fe..67f3d6b198b1249727f1e2fb06f715279524b376 100755 (executable)
--- a/273
+++ b/273
@@ -92,7 +92,7 @@ _porter()
                exit
        fi
 
-       cp -r $SCRATCH_MNT/origin $SCRATCH_MNT/sub_$_suffix >$seq.full 2>>&1
+       cp -r $SCRATCH_MNT/origin $SCRATCH_MNT/sub_$_suffix >$seq.full 2>&1
        if [ $? -ne 0 ]
        then
                echo "_porter $_suffix not complete"