From 4c8660dc03018b9787e8bb6420bd32261baf4b50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Thu, 14 Mar 2019 12:29:13 +0100 Subject: [PATCH] samba-tool tests: remove probably outdated comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett --- python/samba/tests/samba_tool/user_edit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/python/samba/tests/samba_tool/user_edit.sh b/python/samba/tests/samba_tool/user_edit.sh index 3bbad411b82..66ae1d00721 100755 --- a/python/samba/tests/samba_tool/user_edit.sh +++ b/python/samba/tests/samba_tool/user_edit.sh @@ -17,7 +17,6 @@ STpath=$(pwd) . $STpath/testprogs/blackbox/subunit.sh # create editor.sh -# this has to be hard linked to /tmp or 'samba-tool user edit' cannot find it tmpeditor=$(mktemp --suffix .sh -p $STpath/bin samba-tool-editor-XXXXXXXX) cat >$tmpeditor <<-'EOF' -- 2.47.3