test-san_uci_import.t 572 B

12345678910111213141516
  1. check that uci import is producing expected results:
  2. $ [ -n "$BUILD_BIN_DIR" ] && export PATH="$BUILD_BIN_DIR:$PATH"
  3. $ export TEST_INPUTS="$TESTDIR/inputs"
  4. $ export FUZZ_CORPUS="$TESTDIR/../fuzz/corpus"
  5. $ for file in $(LC_ALL=C find $FUZZ_CORPUS -type f | sort ); do
  6. > uci-san import -f $file; \
  7. > done
  8. uci-san: Parse error (package without name) at line 0, byte 68
  9. uci-san: I/O error
  10. uci-san: Parse error (invalid command) at line 0, byte 0
  11. uci-san: Parse error (invalid command) at line 1, byte 18
  12. uci-san: I/O error
  13. uci-san: I/O error
  14. [1]