tests: Drop qemuxml2argv- prefix for qemuxml2argv test cases

Similarly to the previous commit, rename .args files.

The files were renamed using the following commands. From
qemuxml2argvdata:

  for i in qemuxml2argv-*.args; do mv $i ${i#qemuxml2argv-}; done

and then (to fix broken symlinks) from qemuxml2argvdata and
qemuxml2xmloutdata:

  for i in $(find . -xtype l); do \
      ln -sf $(readlink $i | sed 's/qemuxml2argv-//') $i;
  done

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2017-12-01 16:09:43 +01:00
parent 2e02f2b2df
commit ad24406440
645 changed files with 15 additions and 15 deletions

View File

@ -0,0 +1 @@
aarch64-gic-v2.args

View File

@ -0,0 +1 @@
aarch64-gic-v3.args

View File

@ -0,0 +1 @@
aarch64-gic-v2.args

View File

@ -0,0 +1 @@
aarch64-gic-v3.args

View File

@ -0,0 +1 @@
aarch64-gic-v2.args

Some files were not shown because too many files have changed in this diff Show More