diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-11 23:56:10 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-11 23:56:10 +0100 |
commit | e452a0b8cacd031ecea158a141ecbc41b3426de2 (patch) | |
tree | 2fa8bceaf23c9a4c4e1adc43d7332e99d5adb3ba /src | |
parent | 7a0478bed0fe3ccbdf16087552f3d6ea196f29ec (diff) | |
download | libguestfs-e452a0b8cacd031ecea158a141ecbc41b3426de2.tar.gz libguestfs-e452a0b8cacd031ecea158a141ecbc41b3426de2.tar.xz libguestfs-e452a0b8cacd031ecea158a141ecbc41b3426de2.zip |
tests: Rename test0* functions as internal_test*.
The internal_* prefix is reserved for internal functions
such as these tests.
Diffstat (limited to 'src')
-rwxr-xr-x | src/api-support/update-from-tarballs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api-support/update-from-tarballs.sh b/src/api-support/update-from-tarballs.sh index cd797e4a..4d0e1da4 100755 --- a/src/api-support/update-from-tarballs.sh +++ b/src/api-support/update-from-tarballs.sh @@ -59,6 +59,7 @@ for t in $tarballs; do grep -v '_args$' | grep -v '^guestfs_free_' | grep -v '^guestfs_test0' | + grep -v '^guestfs_internal_test' | grep -v '^guestfs_message_error$' | grep -v '^guestfs_message_header$' > $v fi |