]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic: fix $tmp path in tests
authorEryu Guan <eguan@redhat.com>
Sat, 12 Nov 2016 18:12:33 +0000 (02:12 +0800)
committerEryu Guan <eguan@redhat.com>
Mon, 14 Nov 2016 02:37:49 +0000 (10:37 +0800)
commit1b244cdab292463096d2db34c679fc37e71c87ac
tree18592b92bce41fcf7a8bc45f07e7b962c4cac4d0
parent23f60ef304d6c7561a7baf32ca945ee46c8859bc
generic: fix $tmp path in tests

Some tests use "tmp/$$" as $tmp, and this would result in ENOENT
failure if $tmp is referenced in helpers or tests, because we have
no "tmp" dir in pwd.

Fix them to use "/tmp/$$" as all other tests do.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/018
tests/generic/094
tests/generic/225
tests/generic/249