Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Sep 13, 2023
1 parent 8f86b11 commit 596c0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/build/55_cache.bats
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ EOF
# Check if test needs to be skipped
touch "$BATS_TMPDIR/tmpfs_test"
run setfattr -n user.foo -v bar "$BATS_TMPDIR/tmpfs_test"
if [[ ("$status" != 0) && (-n $GITHUB_ACTIONS) ]]; then
if [[ ("$status" != 0) && (-z $GITHUB_ACTIONS) ]]; then
skip 'xattrs unsupported by tmpfs'
fi

Expand Down
2 changes: 1 addition & 1 deletion test/run/ch-convert.bats
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ test_from () {
# Check if test needs to be skipped
touch "$BATS_TMPDIR/tmpfs_test"
run setfattr -n user.foo -v bar "$BATS_TMPDIR/tmpfs_test"
if [[ ("$status" != 0) && (-n $GITHUB_ACTIONS) ]]; then
if [[ ("$status" != 0) && (-z $GITHUB_ACTIONS) ]]; then
skip 'xattrs unsupported by tmpfs'
fi

Expand Down

0 comments on commit 596c0be

Please sign in to comment.