summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-05-20 23:26:14 +0200
committerJeremy Allison <jra@samba.org>2020-05-21 20:38:34 +0000
commit32588c023e20eb5ab61512d8d5d0b6e9ac2c4d33 (patch)
treee02152dfb3df3ace16c5801ece220f7841a1da26 /source3/script
parent1a3cf6ba590de6644d591a1d96ac74dc68037bcb (diff)
downloadsamba-32588c023e20eb5ab61512d8d5d0b6e9ac2c4d33.tar.gz
vfs: remove SMB_VFS_OPEN()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_open_eintr.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/script/tests/test_open_eintr.sh b/source3/script/tests/test_open_eintr.sh
index 8a92744a85c..437934d1cd7 100755
--- a/source3/script/tests/test_open_eintr.sh
+++ b/source3/script/tests/test_open_eintr.sh
@@ -41,8 +41,7 @@ exec 100>smbclient-stdin 101<smbclient-stdout 102<smbclient-stderr
head -n 1 <&101
head -n 1 <&102
-echo "error_inject:open = EINTR" > ${error_inject_conf}
-echo "error_inject:openat = EINTR" >> ${error_inject_conf}
+echo "error_inject:openat = EINTR" > ${error_inject_conf}
${SMBCONTROL} ${CONF} 0 reload-config
sleep 1