mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: make 127 and 134 clean up after themselves
Tests 127 and 134 leave temp files around when they complete. Fix (or enable) their cleanup functions to remedy this. Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
@@ -38,6 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
|
||||
_cleanup()
|
||||
{
|
||||
rm -f $tmp.output
|
||||
_cleanup_testdir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user