ATTR LIST: No non-reserved attributes for bad permissions.
[pwmd.git] / tests / import-xml.test
blob6a9847944dd39ffcbaa4c2fbeffc72ebd71e1d59
1 #!/bin/bash
2 source common.sh
3 source import-common.sh
5 do_import datafile
7 cat > config << EOF
8 [datafile]
9 passphrase_file=$WDIR/passphrase.key
10 EOF
12 launch_pwmd datafile
13 begin_test
14 test_header "Test 1. Import data file."
15 echo 'DUMP' | pwmc $PWMC_ARGS datafile > result
16 cmp result datafile.xml
17 rm -f result
19 test_success