mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
tests: Replace PREFIX_ABS with PREFIX
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
70c2b66fad
commit
b36a64289c
@@ -37,7 +37,7 @@ class Smb3UnixTests(samba.tests.libsmb.LibsmbTests):
|
||||
super().setUp()
|
||||
|
||||
self.samsid = os.environ["SAMSID"]
|
||||
prefix_abs = os.environ["PREFIX_ABS"]
|
||||
prefix_abs = os.environ["PREFIX"]
|
||||
p = subprocess.run(['stat', '-f', '-c', '%T', prefix_abs], capture_output=True, text=True)
|
||||
self.fstype = p.stdout.strip().lower()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user