summaryrefslogtreecommitdiff
path: root/test/units/testsuite-73.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/testsuite-73.sh')
-rwxr-xr-xtest/units/testsuite-73.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/units/testsuite-73.sh b/test/units/testsuite-73.sh
index d13ebaadbd..8f33baf879 100755
--- a/test/units/testsuite-73.sh
+++ b/test/units/testsuite-73.sh
@@ -264,12 +264,12 @@ test_vc_keymap() {
assert_in "XKBOPTIONS=terminate:ctrl_alt_bksp" "$vc"
elif [[ "$i" == "us-acentos" ]]; then
assert_in "X11 Layout: us" "$output"
- assert_in 'X11 Model: pc105$' "$output"
+ assert_in "X11 Model: pc105" "$output"
assert_in "X11 Variant: intl" "$output"
assert_in "X11 Options: terminate:ctrl_alt_bksp" "$output"
assert_in "XKBLAYOUT=us" "$vc"
- assert_in "XKBMODEL=pc105$" "$vc"
+ assert_in "XKBMODEL=pc105" "$vc"
assert_in "XKBVARIANT=intl" "$vc"
assert_in "XKBOPTIONS=terminate:ctrl_alt_bksp" "$vc"
elif [[ "$i" =~ ^us-.* ]]; then