Skip to content

Commit

Permalink
fit tests to new slash handling
Browse files Browse the repository at this point in the history
  • Loading branch information
florianjacob committed Nov 16, 2016
1 parent 5d22f20 commit e3baeb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ su_do() {
}

gen_subvol_list() {
for SUBVOL in /srv '/srv/s p a c e' /home /var/cache /var/lib/docker/btrfs \
for SUBVOL in srv 'srv/s p a c e' home var/cache var/lib/docker/btrfs \
'echo `ls "/"; ls /;`; ~!@#$(ls)%^&*()_+-='\''[]'\''{}|:<>,./?' \
tmp_thing;
do echo "$SUBVOL"; done
}

# As gen_subvol_list(), but filtered with exclude.patterns applied
gen_subvol_list_excluded() {
for SUBVOL in /srv '/srv/s p a c e' /home \
for SUBVOL in srv 'srv/s p a c e' home \
'echo `ls "/"; ls /;`; ~!@#$(ls)%^&*()_+-='\''[]'\''{}|:<>,./?' \
tmp_thing;
do echo "$SUBVOL"; done
Expand Down

0 comments on commit e3baeb9

Please sign in to comment.