Skip to content

Commit

Permalink
Debug Windows -- is it because of the long file "extension"
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Sep 9, 2024
1 parent 85581c5 commit 0799e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_shelve2json.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
set -e -x

#tmp=$(mktemp)
tmp="test"
tmp=$(mktemp tmp-XXXXXXXXXX)
uname -s
rm -f "$tmp"
python3 -c 'import shelve; db=shelve.open("'"$tmp"'", flag="n"); db["eggs"] = "eggs"; db.sync(); db.close()'
Expand Down

0 comments on commit 0799e6f

Please sign in to comment.