Commit 99d1062
testsuite: fix fluid unit test
Problem: a fluid unit test fails when config.h is included.
FAIL: test_fluid.t 55 - fluid_encode with FLUX_F58_FORCE_ASCII used ascii prefix
# Failed test 'fluid_encode with FLUX_F58_FORCE_ASCII used ascii prefix'
# at test/fluid.c line 99.
# got: 'f1'
# expected: '(null)'
This test should be skipped when flux is configured in ASCII only mode.
Co-authored-by: Mark A. Grondona <[email protected]>1 parent 7ef0fe8 commit 99d1062
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
0 commit comments