Skip to content

Commit

Permalink
fixup! repo/commit: Support group-writable files for bare-user-only
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jun 7, 2017
1 parent 1d90598 commit 4dac395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-basic-user-only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -euo pipefail
. $(dirname $0)/libtest.sh

setup_test_repository "bare-user-only"
extra_basic_tests=1
extra_basic_tests=2
. $(dirname $0)/basic-test.sh

# Reset things so we don't inherit a lot of state from earlier tests
Expand Down Expand Up @@ -57,5 +57,5 @@ chmod 0664 files/some-group-writable
$CMD_PREFIX ostree --repo=repo-input commit -b content-with-group-writable --tree=dir=files
$CMD_PREFIX ostree pull-local --repo=repo repo-input
$CMD_PREFIX ostree --repo=repo checkout -U -H content-with-group-writable groupwritable-co
assert_file_has_mode groupwritable-co/some-group-writable 0664
assert_file_has_mode groupwritable-co/some-group-writable 664
echo "ok supported group writable"

0 comments on commit 4dac395

Please sign in to comment.