/usr/share/doc/ucf/examples/ucf_helper_functions/tests
NameSizeModeActions
package-changed420644editdlrm
package-orig430644editdlrm
test_011450755editdlrm
test_021910755editdlrm
test_031590755editdlrm
test_041720755editdlrm
test_052440755editdlrm
test_062460755editdlrm
test_072120755editdlrm
test_082120755editdlrm
test_091590755editdlrm
test_102310755editdlrm
test_112330755editdlrm
test_123360755editdlrm
test_131910755editdlrm
test_142880755editdlrm
test_152760755editdlrm
test_163220755editdlrm
test_173850755editdlrm
test_183960755editdlrm
test_193730755editdlrm
test_203620755editdlrm
Edit: /usr/share/doc/ucf/examples/ucf_helper_functions/tests/test_18 (396B)
#!/bin/bash handle_all_ucf_files $PKGDIR $LOCDIR cp package-changed $PKGRF rm -f $PKGF echo "this is a locally changed file" > $LOCF take_ref echo "rename_ucf_file $LOCF $LOCRF" rename_ucf_file $LOCF $LOCRF echo "handle_all_ucf_files $PKGDIR $LOCDIR" export UCF_FORCE_CONFFNEW=1 handle_all_ucf_files $PKGDIR $LOCDIR echo "final check" is_package $LOCRF $PKGRREF && check_ucfq_number 1 return $?