diff --git a/test/script/tskdbdiff.py b/test/script/tskdbdiff.py
index 1ad2a40dfb675d27c1e34927f5cef5450b8b55b0..d985c9b4e380a3f201972950642a70932d750221 100755
--- a/test/script/tskdbdiff.py
+++ b/test/script/tskdbdiff.py
@@ -427,6 +427,8 @@ def normalize_db_entry(line, table, vs_parts_table, vs_info_table, fs_info_table
 
         if path and parent_path:
              return newLine + path + ', ' + parent_path + ', ' + ', '.join(fields_list[2:]) + ');'
+        elif  objects_table[int(par_obj_id)][1] == 5 and table[int(obj_id)][1] == 2:
+             return newLine + path + ', ' + path + ', ' + ', '.join(fields_list[2:]) + ');'
         else:
              return line 
     # remove time-based information, ie Test_6/11/14 -> Test