diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-08-20 10:13:39 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-08-20 10:16:10 +0300 |
commit | 2b55fc1a48d5720a3b5ce24669e574bec6abb491 (patch) | |
tree | ada1bef4a6d625269f2cd8aea5ab6cf91baf67f2 /tests | |
parent | 83302bcfcf1e33e3a251e2aebdd2443fab7dc3bb (diff) | |
download | librpm-tizen-2b55fc1a48d5720a3b5ce24669e574bec6abb491.tar.gz librpm-tizen-2b55fc1a48d5720a3b5ce24669e574bec6abb491.tar.bz2 librpm-tizen-2b55fc1a48d5720a3b5ce24669e574bec6abb491.zip |
Adjust the config test descriptions a bit to make room...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rpmconfig.at | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/rpmconfig.at b/tests/rpmconfig.at index 6685c7e59..ec2255fe2 100644 --- a/tests/rpmconfig.at +++ b/tests/rpmconfig.at @@ -4,7 +4,7 @@ AT_BANNER([RPM config file behavior]) # ------------------------------ # (Build and) upgrade package with config file, no backup here -AT_SETUP([rpm -U to package with unchanged config file]) +AT_SETUP([upgrade unchanged config]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR @@ -34,7 +34,7 @@ AT_CLEANUP # # ------------------------------ # Upgrade package with locally modified config file, unchanged in pkg -AT_SETUP([rpm -U to package with locally modified config file]) +AT_SETUP([upgrade modified config]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR @@ -67,7 +67,7 @@ AT_CLEANUP # ------------------------------ # Upgrade package with unmodified config file, changed in pkg -AT_SETUP([rpm -U to package with unchanged config file]) +AT_SETUP([upgrade changing config]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR @@ -97,7 +97,7 @@ AT_CLEANUP # ------------------------------ # Upgrade package with locally modified config file, changed in pkg -AT_SETUP([rpm -U to package with modified config file 1]) +AT_SETUP([upgrade changing, modified config 1]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR @@ -132,7 +132,7 @@ AT_CLEANUP # ------------------------------ # Modified config file matches the content from new package. Creating a # backup makes no sense in this case, but that's what currently happens. -AT_SETUP([rpm -U to package with modified config file 2]) +AT_SETUP([upgrade changing, modified config 2]) AT_KEYWORDS([install]) AT_CHECK([ RPMDB_CLEAR |