diff options
author | Daniel Stone <daniel@fooishbar.org> | 2013-03-18 21:02:35 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2013-03-19 10:28:23 +0000 |
commit | 54f95f496f58e1cce7a6af1925adf61eb5d44591 (patch) | |
tree | 49697cea9512ea7857752a1c75c51fd50659bc06 /test/print-compiled-keymap.c | |
parent | a1f203c031777d654d6a1b1377ad6be986db402f (diff) |
test: Add flags argument to test_get_context()
Allowing overriding of environment suppression, at first.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test/print-compiled-keymap.c')
-rw-r--r-- | test/print-compiled-keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/print-compiled-keymap.c b/test/print-compiled-keymap.c index 0e14205..7e57fdd 100644 --- a/test/print-compiled-keymap.c +++ b/test/print-compiled-keymap.c @@ -71,7 +71,7 @@ main(int argc, char *argv[]) } } - ctx = test_get_context(); + ctx = test_get_context(0); if (!ctx) { fprintf(stderr, "Couldn't create xkb context\n"); goto err_out; |