aboutsummaryrefslogtreecommitdiff
path: root/awwan_local_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'awwan_local_test.go')
-rw-r--r--awwan_local_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/awwan_local_test.go b/awwan_local_test.go
index a36be2e..2dd590a 100644
--- a/awwan_local_test.go
+++ b/awwan_local_test.go
@@ -313,6 +313,12 @@ func TestAwwanLocal_Put(t *testing.T) {
lineRange: `12`,
fileDest: filepath.Join(baseDir, `tmp`, `put_with_owner.txt`),
expError: `Local: Copy: chown audio:audio: exit status 1`,
+ }, {
+ desc: `With $noparse`,
+ lineRange: `18`,
+ fileDest: filepath.Join(baseDir, `tmp`, `plain_noparse.txt`),
+ expContent: string(tdata.Output[`tmp/plain_noparse.txt`]),
+ expMode: 0600,
}}
var (