Skip to content

Commit

Permalink
fixing unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk committed Jan 19, 2024
1 parent 7566a74 commit a96b7f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/101-atime/tick
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import time

t1 = int(time.time())
Expand Down
1 change: 0 additions & 1 deletion test/997-errored/depend_on_maybe_error

This file was deleted.

6 changes: 3 additions & 3 deletions test/flush-cache
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ then
TMPDIR=/tmp
fi

rm -rf $TMPDIR/redo-$USER/*/cache/*
rm -rf $TMPDIR/redo-$USER/*/db_locks/*
rm -rf $TMPDIR/redo-$USER/*/target_locks/*
rm -rf $TMPDIR/redo-*/*/cache/*
rm -rf $TMPDIR/redo-*/*/db_locks/*
rm -rf $TMPDIR/redo-*/*/target_locks/*

0 comments on commit a96b7f6

Please sign in to comment.