summaryrefslogtreecommitdiffstats
path: root/src/tests/modules/always/replace.unlang
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/modules/always/replace.unlang')
-rw-r--r--src/tests/modules/always/replace.unlang11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/modules/always/replace.unlang b/src/tests/modules/always/replace.unlang
new file mode 100644
index 0000000..1d502f7
--- /dev/null
+++ b/src/tests/modules/always/replace.unlang
@@ -0,0 +1,11 @@
+%{poke:my_reject.rcode=ok}
+
+my_reject # should be "ok"
+
+update control {
+ Cleartext-Password := "hello"
+}
+
+update reply {
+ Filter-Id := "success"
+}