summaryrefslogtreecommitdiffstats
path: root/src/api-support/update-from-tarballs.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-11 23:56:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-11 23:56:10 +0100
commite452a0b8cacd031ecea158a141ecbc41b3426de2 (patch)
tree2fa8bceaf23c9a4c4e1adc43d7332e99d5adb3ba /src/api-support/update-from-tarballs.sh
parent7a0478bed0fe3ccbdf16087552f3d6ea196f29ec (diff)
downloadlibguestfs-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/api-support/update-from-tarballs.sh')
-rwxr-xr-xsrc/api-support/update-from-tarballs.sh1
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