diff options
Diffstat (limited to 'sdk/sdk_test.go')
-rw-r--r-- | sdk/sdk_test.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sdk/sdk_test.go b/sdk/sdk_test.go index 40de15027..ccbeb8d9a 100644 --- a/sdk/sdk_test.go +++ b/sdk/sdk_test.go @@ -263,7 +263,10 @@ func TestSdkInstall(t *testing.T) { result := testSdkWithFs(t, sdk, nil) CheckSnapshot(t, result, "mysdk", "", - checkAllOtherCopyRules(`.intermediates/mysdk/common_os/mysdk-current.zip -> mysdk-current.zip`)) + checkAllOtherCopyRules(` +.intermediates/mysdk/common_os/mysdk-current.info -> mysdk-current.info +.intermediates/mysdk/common_os/mysdk-current.zip -> mysdk-current.zip +`)) } type EmbeddedPropertiesStruct struct { |