diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index e08b4a1329a298aae5793244818b26232ce2787e..f4018dfb86b98606f9ec17a3aa871e0fda5444b3 100644
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -67,7 +67,7 @@ if [ "$ans" = "y" ]; then
   uname -a >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
-  
+
   echo "------------------" >> $OUTPUT;
   echo "CPU INFO" >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
@@ -106,7 +106,7 @@ if [ "$ans" = "y" ]; then
   modinfo /lib/modules/$(uname -r)/dahdi/*.ko >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
-  
+
   echo "------------------" >> $OUTPUT;
   echo "OTHER INFO" >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
@@ -129,9 +129,9 @@ if [ "$ans" = "y" ]; then
   echo >> $OUTPUT;
 
   echo "------------------" >> $OUTPUT;
-  echo "ZTTEST" >> $OUTPUT;
+  echo "DAHDI_TEST" >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
-  zttest -c 20 >> $OUTPUT;
+  dahdi_test -c 20 >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;
 
@@ -212,7 +212,7 @@ if [ "$login" = "y" ]; then
   echo "Additional login info: "$adinfo >> $OUTPUT
 
   clear
-  echo 
+  echo
   echo "All information has been stored in $OUTPUT,"
   echo "Please attach this file to an email case you already"
   echo "have open with Digium Tech Support."
@@ -225,6 +225,3 @@ else
   echo "have open with Digium Tech Support."
 exit
 fi
-
-
-