mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-04-06 17:49:11 +03:00
zfstests cli_user/misc/setup.ksh space missed
Ksh syntax requires a space after `!` in if statement. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Wren Kennedy <john.kennedy@delphix.com> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #5994
This commit is contained in:
parent
8aab121821
commit
d3b1783e44
@ -95,7 +95,7 @@ done
|
|||||||
log_must zfs create $TESTPOOL/$TESTFS/renameme
|
log_must zfs create $TESTPOOL/$TESTFS/renameme
|
||||||
|
|
||||||
|
|
||||||
if is_global_zone && !is_linux
|
if is_global_zone && ! is_linux
|
||||||
then
|
then
|
||||||
# create a filesystem we can share
|
# create a filesystem we can share
|
||||||
log_must zfs create $TESTPOOL/$TESTFS/unshared
|
log_must zfs create $TESTPOOL/$TESTFS/unshared
|
||||||
|
Loading…
Reference in New Issue
Block a user