File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ import path from 'node:path';
33
44const pluginPath = path . resolve ( './src/index.ts' ) ;
55
6+ await testSpawn ( 'apt-get autoremove -y ruby rpm python awscli' , { requiresRoot : true } ) ;
7+
68// Uninstall resources that have Codify resource definitions
79await PluginTester . uninstall ( pluginPath , [
810 { type : 'docker' } ,
911 { type : 'aws-cli' }
1012] ) ;
1113
12- await testSpawn ( 'apt-get autoremove -y ruby rpm python command-not-found' , { requiresRoot : true } ) ;
1314await testSpawn ( 'rustup self uninstall -y' ) ;
1415
1516await testSpawn ( 'rm -rf /usr/bin/go' , { requiresRoot : true } )
1617await testSpawn ( 'rm -rf /usr/bin/python' , { requiresRoot : true } )
17- await testSpawn ( 'rm -rf /usr/bin/python3' , { requiresRoot : true } )
1818await testSpawn ( 'rm -rf /usr/bin/ruby' , { requiresRoot : true } )
1919
2020// await testSpawn('apt install --reinstall command-not-found', { requiresRoot: true });
You can’t perform that action at this time.
0 commit comments