diff --git a/tasks/test-bin.js b/tasks/test-bin.js
index 58dfab04..b1e31e80 100644
--- a/tasks/test-bin.js
+++ b/tasks/test-bin.js
@@ -164,6 +164,16 @@ const testCases = [
     binInputParameters: ['./spec/artifacts/bom.handlebars', '-b', '-a'],
     outputLocation: 'stdout',
     expectedOutputSpec: './spec/expected/bom.amd.js'
+  },
+  // Issue #1673
+  {
+    binInputParameters: [
+      '--amd',
+      '--no-amd',
+      'spec/artifacts/empty.handlebars'
+    ],
+    outputLocation: 'stdout',
+    expectedOutputSpec: './spec/expected/empty.common.js'
   }
 ];
 
